home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TCHANGEPROTOCOLFORM / TCHANGEPROTOCOLFORM.txt
Text File  |  2004-10-12  |  1KB  |  55 lines

  1. object ChangeProtocolForm: TChangeProtocolForm
  2.   Left = 184
  3.   Top = 205
  4.   BorderStyle = bsDialog
  5.   Caption = 'Change Mail Protocol'
  6.   ClientHeight = 172
  7.   ClientWidth = 427
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCloseQuery = FormCloseQuery
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object rgProtocol: TRadioGroup
  20.     Left = 21
  21.     Top = 17
  22.     Width = 388
  23.     Height = 88
  24.     TabOrder = 0
  25.   end
  26.   object bOK: TButton
  27.     Left = 96
  28.     Top = 128
  29.     Width = 91
  30.     Height = 25
  31.     Caption = '&OK'
  32.     Default = True
  33.     ModalResult = 1
  34.     TabOrder = 1
  35.   end
  36.   object bCancel: TButton
  37.     Left = 200
  38.     Top = 128
  39.     Width = 91
  40.     Height = 25
  41.     Cancel = True
  42.     Caption = 'Cancel'
  43.     ModalResult = 2
  44.     TabOrder = 2
  45.   end
  46.   object bHelp: TButton
  47.     Left = 304
  48.     Top = 128
  49.     Width = 89
  50.     Height = 25
  51.     Caption = 'Help'
  52.     TabOrder = 3
  53.   end
  54. end
  55.